CollectionView for WinForms
SortAsync<T>(ICollectionView<T>,SortDescription[]) メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス > SortAsync メソッド : SortAsync<T>(ICollectionView<T>,SortDescription[]) メソッド
The collection view.
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sort descriptions.
シンタックス
'宣言
 
Public Overloads Shared Function SortAsync(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   ICollectionView<T> collectionView,
   params SortDescription[] sortDescriptions
)
where T: class

パラメータ

collectionView
The collection view.
sortDescriptions
The sort descriptions that determine how the data will be sort.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ
オーバーロード一覧